Welcome![Sign In][Sign Up]
Location:
Search - xp port

Search list

[Windows DevelopWppaassthrui

Description: Windows2000/xp下的Passthru 中间层微端端口驱动driver程序源码源代码 -Passthru intermediate layer micro end Windows2000/xp under port driver driver program source code source code
Platform: | Size: 36864 | Author: ywhfdl | Hits:

[OS programIOPortR

Description: 一个在WindowsXP环境下直接对物理IO端口进行操作的程序-A physical IO port directly in the Windows XP environment operating procedures
Platform: | Size: 180224 | Author: ZGW | Hits:

[CommunicationYaTTYD_Sample

Description: 串口服务器,自动检测/打开usb串口,串口-TCPIP Gateway- ============================================================================== README This is a serial port communication utility similar to Hyperterminal on MS-Windows 98/2k/XP/Vista/7/8. It not only provides common funtions about serail communications, but also provides USB serial port converter detecting/auto-connecting. When the USB device changing is detected, the CDC serial port can be opened automatically. This utility can be a serial port server as well. It will pass all data read from the serail port to the client utility and pass the data from the client utility to the serial port. More jobs can be done by implementing the client utilities. It is listening on `[Listen_Port]/Data port. ------------------------------------------------------------------------------ Tip: - when the mouse hovers over a component, a hint is displayed. ------------------------------------------------------------------------------
Platform: | Size: 2909184 | Author: gdct | Hits:

[Internet-Networkvb_soket_TCPIP

Description: VB使用的 TCP和UDP通讯例子包含了服务器端和客户端的编程,程序中改变了通讯端口,请注意。本程序在XP+vb6,Win7+vb6 通过。-VB uses the TCP and UDP communication example contains the server and client program, the program has changed the communication port, please note. This procedure in XP+vb6, Win7+vb6 through.
Platform: | Size: 90112 | Author: yinmin | Hits:

[Delphi/CppBuildercasdfasdgfa

Description: xp系统中实现upnpc 端口映射工具,实现了控制点对设备的请求和操作。-the xp system achieve upnpc port mapping tool to achieve the request, and operation of the control points of the equipment.
Platform: | Size: 490496 | Author: 吴伟 | Hits:

[Embeded LinuxTFTP_Server

Description: TFTP_Server是一个通过网口更新linux内核和文件系统的软件,可以在XP使用,非常方便。-TFTP_Server is an update via network port linux kernel and file system software, you can use the XP is very convenient.
Platform: | Size: 508928 | Author: 陶宝全 | Hits:

[OS programDOS

Description: 1.XP安全设置补丁批处理:主要关闭了netBT,自动更新和1026,1900,5000,3000,445端口。 选择1 的话,就是保留LAN上面默认开放的135,445端口,用于局域网环境 选择2 的话,就是关闭SMB和共享的135,445端口以及自动更新,计划任务等服务,属于标准安装 选择3 的话,是关闭该网站推荐的所有端口和服务,相当于最高安全等级 选择4 的话,就是还原。前提是你安装的时候要先选择建立了一个还原。 2.公交线路查询 3.身份证信息查询。 4.文件备份器 5.文件归类整理器 6.英汉互译器 都是一些经典的DOS程序。-1.XP security settings patch batch: Major closed netBT, automatic updates and 1026,1900,5000,3000,445 port. Select one, then, is to keep an open 135,445 LAN' s default port for LAN environment option 2, then, is to turn off SMB and sharing 135,445 ports, and automatic updates, scheduled tasks and other services, part of the standard installation options 3, then, The site is close to all ports and services recommended, representing the highest security level selection 4, then, is restored. Provided that you installed when the first option of creating a restore. 2 bus lines Query 3. Identification information query. 4 file backup device 5. Documents classified finisher 6 Translation devices are some of the classic DOS program.
Platform: | Size: 106496 | Author: 曾文超 | Hits:

[Software EngineeringRS-232

Description: 基于windows xp 32位系统的usb传串口的驱动-Based on 32 bit windows system, the USB serial port driver
Platform: | Size: 6250496 | Author: 蒋一舟 | Hits:

[OS programmsgq

Description: 在xp环境下模拟vxworks下消息队列的功能,方便xp环境下代码向vxworks环境移植-In xp os to simulate the function of msgq in os of vxworks, so make it easy to port the code from xp to vxworks
Platform: | Size: 2048 | Author: | Hits:

[Com Portckkf

Description: 串口开发js调用MSCOMM32插件的例子 内含测试的html页面及ocx控件 需进行注册 开发环境xp- serial port
Platform: | Size: 51200 | Author: 陈剑晖 | Hits:

[Documentsall03_adapter_schem

Description: USB adapter for ALL03 Hi-Lo system s universal programmer. The ALL03 programmer is powerful but uses old ISA bus witch is not supported recent computer hardware. This USB adapter hardware enable this ALL03 programmer can be use with USB port. I also uploaded device driver for windows XP and source codes.-USB adapter for ALL03 Hi-Lo system s universal programmer. The ALL03 programmer is powerful but uses old ISA bus witch is not supported recent computer hardware. This USB adapter hardware enable this ALL03 programmer can be use with USB port. I also uploaded device driver for windows XP and source codes.
Platform: | Size: 76800 | Author: undergnak | Hits:

[Windows Developinpout32

Description: parallel port dll in windows xp/7 32bit addresses
Platform: | Size: 12288 | Author: req | Hits:

[Windows DevelopNPort

Description: VC实现的类似Windows Netstat命令查看开放端口的源码,并不是一个完整的程序。NPort.cpp : 显示端口及对应的文件名,相当于Netstat -noa命令. 适用于XP及较高级版本.所用的iphlpapi.dll中的函数原型定义,生成IP地址字符串。以下为与TCP相关的结构:   typedef struct tagMIB_TCPEXROW{   DWORD dwState // 连接状态.   DWORD dwLocalAddr // 本地计算机地址.   DWORD dwLocalPort // 本地计算机端口.   DWORD dwRemoteAddr // 远程计算机地址.   DWORD dwRemotePort // 远程计算机端口.   DWORD dwProcessId   } MIB_TCPEXROW, *PMIB_TCPEXROW -VC to achieve a similar Windows Netstat command to check open ports of the source, not a complete program. NPort.cpp: display port and the corresponding file name, which is equivalent Netstat-noa command for XP and higher versions of the definition of the function prototype iphlpapi.dll used in generating IP address string.. The following is the structure associated with the TCP: typedef struct tagMIB_TCPEXROW { DWORD dwState // connection status. DWORD dwLocalAddr // local computer address. DWORD dwLocalPort // local computer port. DWORD dwRemoteAddr // remote computer address. DWORD dwRemotePort // remote computer port. DWORD dwProcessId } MIB_TCPEXROW,* PMIB_TCPEXROW
Platform: | Size: 35840 | Author: wpudn18 | Hits:

[Embeded LinuxCyUSBSerial_v3.0.11.0

Description: Zedboard上板载有一个USB转UART串口,采用了Cypress公司的USB-UART控制器CY7C64225。Zedboard的USB驱动安装很简单,首先下载USB驱动程序,解压缩后会有3个子目录分别对应Windows XP、Windows Vista和Windows 7系统,根据自己的计算机系统选择。-Onboard there Zedboard a USB-to-UART serial port, using Cypress' s USB-UART controller CY7C64225. Zedboard USB driver installation is very simple, first download the USB driver, unzip have three subdirectories corresponding to Windows XP, Windows Vista and Windows 7 systems, according to their own computer systems to choose from.
Platform: | Size: 399360 | Author: WuYang | Hits:

[Windows Developcomrecvie

Description: C# 串口数据接收实例,一个测试程序的代码,在win7下利用vs2010开发的C#串口接收数据程序,在XP下也可以正常运行,类似于串口助手,上传的源码是完整的工程文件。-C# serial data receiver instance, a test program code in win7 under development using vs2010 C# serial port to receive data program, you can normally run under XP, similar to the serial assistant, upload source code is a complete project file.
Platform: | Size: 15360 | Author: lpudn47 | Hits:

[Software EngineeringSTM_device

Description: STM32的虚拟串口WIN7&XP的驱动程序,欢迎大家下载体验-STM32 virtual serial port driver WIN7 & XP, welcome to download experience
Platform: | Size: 35840 | Author: 素质差 | Hits:

[Exploitanalysis

Description: 简单入侵检测系统的实现 根据规则判断是否数据包是否符合规则 能对指定本机WindowsXp内置防火墙调用,并改变端口映射表。 -The realization of simple intrusion detection system According to the rules determine whether packets is in accordance with the rules To specify the native Windows xp built-in firewall calls, and change the port mapping table.
Platform: | Size: 10240 | Author: 1220tuantuan | Hits:

[SCMOPEN-LED

Description: 这个例子演示如何操作GPIO,如何控制GPIO输出(LED灯)和如何检测GPIO输入(按键状态)。 请用串口线将开发板的COM1口连接到PC机的串口(或者USB串口),然后打开超级终端软件(XP自带的或者SecureCRT 软件),可以在PC软件界面看到例程的运行信息。- This example demonstrates how to GPIO operation, how to control the GPIO output (leds) and how to detect GPIO inputs (button). Please use a serial port line connect the COM1 port development board to the PC serial port (or USB serial port), and then open the super terminal software (XP built-in or SecureCRT Software), can see the operation of the routine in PC software interface information.
Platform: | Size: 458752 | Author: same | Hits:

[Internet-NetworkCPP-socket

Description: C++编写的socket控制台程序,分为服务器端和客户端,可以实现客户端向服务器端发送信息,用户在代码中可自行修改IP地址与端口号。带有详细注释,XP下测试通过。-C++ socket communication console program, divided into server and client, the client can send information to the server, the user can modify the IP address and port number in program. With detailed notes, through XP system testing.
Platform: | Size: 581632 | Author: keann | Hits:

[Other Embeded programTeraTerm

Description: 具有脚本功能的串口调试工具,实测在XP、WINDOWS7下都可用。-With the script function of the serial port debugging tool, measured in WINDOWS7, XP are available.
Platform: | Size: 6171648 | Author: 路伟希 | Hits:
« 1 2 3 4 5 6 7 89 »

CodeBus www.codebus.net